libdvbv5_d.dvb_log

Undocumented in source.

Members

Aliases

dvb_logfunc
alias dvb_logfunc = void function(int level, const(char)* fmt, ...)

@typedef void (*dvb_logfunc)(int level, const char *fmt, ...) @brief typedef used by dvb_fe_open2 for the log function @ingroup ancillary

dvb_logfunc_priv
alias dvb_logfunc_priv = void function(void* logpriv, int level, const(char)* fmt, ...)

@typedef void (*dvb_logfunc)(void *logpriv, int level, const char *fmt, ...) @brief typedef used by dvb_fe_open2 for the log function with private context @ingroup ancillary

Functions

dvb_default_log
void dvb_default_log(int level, const(char)* fmt, ...)

@brief This is the prototype of the internal log function that it is used, if the library client doesn't desire to override with something else. @ingroup ancillary

dvb_get_log_priv
dvb_logfunc_priv dvb_get_log_priv(dvb_v5_fe_parms* , void** )

@brief retrieve the logging function with private data from the private fe params.

dvb_perror
auto dvb_perror(T msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta